home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / unshl102.zip / UND_READ.ME next >
Text File  |  1991-09-15  |  19KB  |  454 lines

  1. UndelShell, Version 1.0 Copyright (C) 1991 by James H. Price
  2.  
  3. This file tells you how to use the UndelShell program. To
  4. print a hard copy of the file, enter the following at a DOS prompt:
  5.  
  6.                     TYPE UND_READ.ME > PRN
  7.  
  8. NOTE ON SHAREWARE:
  9.  
  10.     This is a shareware program.  It is not free or public domain
  11.     software.  You are encouraged to try it, without charge, for a
  12.     period of 30 days.  If you continue to use it beyond the trial
  13.     period, you should register it.  Please be fair about this.
  14.  
  15.     You're encouraged to distribute the program freely as long as it's
  16.     not altered in any way, is distributed with this documentation, and
  17.     if no charge is made for the program.  (Reasonable distribution fees
  18.     to cover mailing or diskette costs are perfectly okay with me.)
  19.  
  20. INTRODUCTION:
  21.  
  22.     UndelShell is a shell for the DOS 5.0 UNDELETE program.  This
  23.     new DOS feature is godsend for anyone who's ever accidently deleted
  24.     a file; which is to say, everyone.    Unfortunately, the program
  25.     suffers from a fairly primitive interface, which DOSSHELL does
  26.     little to alleviate.  Simply searching for the file to be undeleted
  27.     can cause you to lose the file permanently then and there!
  28.  
  29.     UndelShell provides safe, fast, and easy access to the UNDELETE
  30.     program.  First, UndelShell cooperates with the DOS UNDELETE program
  31.     to display a complete list of the recoverable files in a selected
  32.     directory.    It allows you to scroll through the list, sort the list
  33.     in various ways, and tag the file(s) to be recovered. When you're
  34.     ready, UndelShell automatically invokes the DOS UNDELETE program to
  35.     recover the files you've selected. A buffer file maintained on your
  36.     disk keeps deleted files from being overwritten during this process.
  37.  
  38.     UndelShell gives the DOS UNDELETE program a modern interface, with
  39.     pop-down menus, on-line context sensitive help, and full mouse
  40.     support.
  41.  
  42. HARDWARE REQUIREMENTS:
  43.  
  44.     UndelShell runs on any IBM PC or compatible computer using DOS 2.0
  45.     or later.    The UNDELETE program included with DOS 5.0 is required.
  46.  
  47. WHAT'S ON THE DISK:
  48.  
  49.     The distribution disk or ZIP file should contain the files listed
  50.     below.
  51.  
  52.     UNDEL.EXE           The program itself
  53.     UND_READ.ME         This document
  54.  
  55.  
  56. INSTALLATION:
  57.  
  58.     Copy the UNDEL.EXE file to a directory on your hard disk.  (If you
  59.     don't have a hard disk, the program can be run from a floppy disk.)
  60.     The DOS directory is the recommended location.     If UndelShell and
  61.     the DOS 5.0 UNDELETE program are not in the same directory, the DOS
  62.     UNDELETE program must be in a directory included in your PATH
  63.     environment variable.
  64.  
  65.     Consult your DOS documentation for further details on the PATH
  66.     statement, if necessary.
  67.  
  68.  
  69. QUICK START:
  70.  
  71.     I think you'll find UndelShell very easy to use.  Probably the best
  72.     way to learn it is just to start it, look over the menus, read the
  73.     on-line help, and practice undeleting a few files.    In that spirit:
  74.  
  75.     Start the program by typing UNDEL at DOS prompt.  Press <Alt>+H, or
  76.     click on the "Help" item at the far right to get a quick overview of
  77.     how to use the menus, mouse, etc.  For help with specific items,
  78.     highlight the menu entry and press F1, or click on it with the right
  79.     mouse button.  To exit the program, select "Quit" from the "Files"
  80.     menu.  Further details are provided below.
  81.  
  82.  
  83. COMMAND LINE PARAMETERS:
  84.  
  85.     You can get a synopsis of the command line syntax and available
  86.     parameters by typing UNDEL /h at the DOS prompt.  For the record, it
  87.     is:
  88.  
  89.                 UNDEL [path] [/DOS | /DT]
  90.  
  91.     [path]    When you specify a path, e.g. "UNDEL c:\windows", UndelShell
  92.             automatically searches the directory specified for
  93.             recoverable files, and displays this list when the program
  94.             starts.
  95.  
  96.     [/DOS]    This parameter forces UndelShell to use the DOS directory
  97.             to search for recoverable files.
  98.  
  99.     [/DT]    This parameter forces UndelShell to use the "deletion-tracking
  100.             file" (see below) to search for recoverable files.
  101.  
  102.     You can specify one or the other of these last two parameters. If
  103.     you specify both, the one specified first is used.  If neither
  104.     parameter is specified, the deletion-tracking file is used if it is
  105.     present, otherwise the DOS directory is used.
  106.  
  107.  
  108. DELETION TRACKING
  109.  
  110.     The "deletion-tracking" file is generated and maintained by the
  111.     MIRROR program, an optional memory-resident utility included with
  112.     DOS 5.0.  If your AUTOEXEC.BAT includes the line "MIRROR /T(drive)",
  113.     or you have the file "PCTRACKR.DEL" located in a root directory of
  114.     your hard disk, then the "deletion tracking file" is being
  115.     maintained for that drive.     Using MIRROR makes file recovery easier
  116.     and more certain, at the cost of some memory.  See your DOS manual
  117.     for more information on this program.
  118.  
  119.     If you specify /DT when MIRROR has not been used, you will receive
  120.     the message "No recoverable files found", even though there may well
  121.     be files on the disk which could be recovered through the DOS
  122.     directory. The same thing can happen if you've removed MIRROR from
  123.     your AUTOEXEC.BAT file, but not deleted the "PCTRACKR.DEL" file from
  124.     the root directory.  If you suspect this problem, start UndelShell
  125.     with the /DOS parameter, use the "Toggle Mode" command from the
  126.     "Undelete" menu to switch to DOS Directory mode, or (best yet)
  127.     delete the un-needed PCTRACKR.DEL file.  To delete PCTRACKR.DEL, you
  128.     must first use the following command:
  129.  
  130.                     ATTRIB -S [d]:\PCTRACKR.DEL
  131.  
  132.     where [d] represents a drive letter (C, D, etc.).  Otherwise the
  133.     file remains hidden.
  134.  
  135.     You can switch between DOS Directory and Delete Track modes from within
  136.     UndelShell by using the "Set Mode Command" on the "Undelete" menu.
  137.     The selection remains active until you switch directories, at which
  138.     point the default setting is restored.
  139.  
  140.  
  141. USING THE PROGRAM:
  142.  
  143.     The UndelShell screen consists of 5 distinct areas.
  144.  
  145.         Menu bar:  The top row lists the main menu entries.  When an
  146.         item from the top row is selected, a pop-down menu box will
  147.         appear with related commands.
  148.  
  149.         Directory box:    The vertical rectangle at the left; used for
  150.                         file and directory releated functions.
  151.  
  152.         Entry box:    The thin horizontal rectangle at upper center;
  153.                     used for text entry.
  154.  
  155.         Files box:    The large rectangle in the center of the screen;
  156.                     contains a list of recoverable files in the current
  157.                     directory.
  158.  
  159.         Hint bar:    The bottom row; gives active keys for each
  160.                     operation, short reminders on procedure, or a brief
  161.                     description of the purpose of a menu item.
  162.  
  163.  
  164.     To access items on the menu bar, either 1) press <Alt>+(highlighted
  165.     letter), 2) highlight the item with the arrow keys and press Enter,
  166.     or 3) click on the item with the LEFT mouse button.  A pop down menu
  167.     will appear. To select commands from the menu, either 1) press the
  168.     highlighted letter, 2) highlight the item with arrow keys and press
  169.     Enter, or 3) click the item with the LEFT mouse button.
  170.  
  171.     Help on using each command is available by highlighting the item and
  172.     pressing the F1 key, or by clicking the item with the RIGHT mouse
  173.     button.  In addition, the Hint bar at the bottom of the screen
  174.     provides a list of active keys and their purpose.  For some
  175.     functions, pressing F1 during the operation provides additional
  176.     help.
  177.  
  178.     The available commands are:
  179.  
  180.     ≡    <Alt>+<Spacebar>
  181.  
  182.         Information -- gives time, search mode, and recoverable files
  183.         About -- Copyright information
  184.         Registering -- How to register the program
  185.  
  186.     File    <Alt>+F
  187.  
  188.         Change dir -- change directory to search for recoverable files
  189.         Rename file -- just that
  190.         Delete file -- just that
  191.         Quit -- Exit the program
  192.  
  193.     Undelete    <Alt>+U
  194.  
  195.         Undelete -- Select files and undelete them
  196.         Toggle Mode --    Switch between DOS Directory and Delete Track
  197.                         search mode
  198.  
  199.     Sort    <Alt>+S
  200.  
  201.         Name sort -- sort files by name
  202.         Extension sort -- sort files by extension
  203.         Date/Time sort -- sort files by time (latest first)
  204.  
  205.     Display     <Alt>+D
  206.  
  207.         Set colors -- adjust screen colors
  208.         Restore default -- return to default colors
  209.         Set monochrome    -- Suggested colors for monochrome monitors
  210.         Save current -- make current color scheme the default
  211.  
  212.     Help    <Alt>+H
  213.  
  214.         Using the menus -- how to use the menus
  215.         Additional Help -- how to use on-line help
  216.         Using the mouse -- how to run the program with the mouse
  217.  
  218.  
  219. HOW TO UNDELETE FILES
  220.  
  221.         1) Change to the directory that contained the file.  You can do
  222.         this directly from DOS, from within the program with the "Change
  223.         dir" command, or by specifying the directory on the command line
  224.         when you start UndelShell, as in "UNDEL C:\UTIL".
  225.  
  226.         A list of recoverable files in the selected directory will be
  227.         displayed in the Files box.  If you wish, you can sort the files
  228.         at this point using one of the sort functions from the "Sort"
  229.         menu item.
  230.  
  231.         2) Select the "Undelete" function from the "Undelete" menu.
  232.  
  233.         The first file in the Files Box will be highlighted.
  234.  
  235.         3) Tag the file(s) to be recovered.  Do this by clicking the
  236.         file with the LEFT mouse button, or by highlighting it with the
  237.         arrow keys and pressing the Spacebar.  If you're using the DOS
  238.         Directory, you'll need to supply the first letter of the file.
  239.         SImply press the desired letter on the keyboard.  (Any letter
  240.         or legal fliename character will do.)    A small mark will appear
  241.         indicating that the file is tagged. Pressing the space bar again
  242.         untags a tagged file.
  243.  
  244.         PgUp, PgDn, Home, and End can be used to scroll a long list.  To
  245.         scroll a list with the mouse, place the mouse on the top or
  246.         bottom row of the box, and press and hold down the RIGHT mouse
  247.         button.
  248.  
  249.         4) When you're done tagging, press F2, the Enter key, or the
  250.         RIGHT mouse button.  You abort at any time by pressing ESC, or
  251.         by clicking the mouse outside the file list.  If files are
  252.         tagged when you abort, you will be asked to confirm the action.
  253.  
  254.         As each file is recovered, it's name will be displayed in the
  255.         Files box.    A "Undeletion complete" notice will appear when the
  256.         operation is finished.
  257.  
  258.         NOTE: The UNDELETE program will sometimes find more than one
  259.         copy of a deleted file, or two deleted files that differed only
  260.         in the first letter.  UndelShell will notify you if this occurs.
  261.         When using Delete Tracking, you'll have to press ESC to
  262.         continue, then rename the file and undelete the duplicates.
  263.         When using the DOS Directory, multiple copies will be recovered,
  264.         but the duplicates will begin with non-letter characters such as
  265.         '#', or '%'.  You can Rename or Delete these files from within
  266.         UndelShell.
  267.  
  268.         Another pathalogical situation occurs when you try to undelete a
  269.         file with the same name as an existing file.  UndelShell will
  270.         inform you when this occurs, and ask that you Rename the
  271.         existing file before continuing with the Undeletion.
  272.  
  273.  
  274. USING THE DIRECTORY FUNCTIONS:
  275.  
  276.     The "Rename", "Delete", and "Change dir" functions all use
  277.     UndelShell's directory pick list.  Use of the pick list is described
  278.     below:
  279.  
  280.         The Directory Box ordinarily displays the sub-directories of the
  281.         currently selected directory (if any), with a double period ".."
  282.         at the top to indicate the current directory.  When Rename or
  283.         Delete is selected, the directory list is followed by the files
  284.         in the current directory.  If the current directory is a root
  285.         (i.e., directory A:\, B:\, C:\, etc.), a list of available
  286.         drives appears at the top of the box instead of the double
  287.         period.
  288.  
  289.         To select a sub-directory, highlight that directory and press
  290.         Enter, or click it with the LEFT mouse button.    To move up a
  291.         level, select the ".." entry at the top of the box.  When the
  292.         desired directory is displayed in the text box, press F2, or
  293.         click the RIGHT mouse button.
  294.  
  295.         You can also simply type the path of the desired directory.  You
  296.         will automatically switch to the text entry box when you begin
  297.         typing.  Press ESC to abort, or TAB to return to the pick list.
  298.  
  299.         To select a file for the Rename or Delete functions, click the
  300.         desired file with the LEFT mouse button, or highlight it and
  301.         press Enter.  The file name will be highlighted in the text
  302.         entry box.
  303.  
  304.         When renaming a file, you can edit the existing name or enter a
  305.         new one.  When the new name is displayed, press Enter.    A dialog
  306.         box will appear asking you to verify the the names are correct.
  307.         Press ESC to abort, or any key to accept the existing names.
  308.  
  309.         The Rename function will use the existing path and filename to
  310.         fill in any portions of the file name or path you don't supply.
  311.         For example, to rename C:\UTIL\OLDNAME.TXT to
  312.         C:\UTIL\NEWNAME.TXT, you only need to enter "NEWNAME".  To
  313.         rename C:\UTIL\OLDNAME.TXT to C:\UTIL\OLDNAME.DAT, you only need
  314.         to enter ".DAT".  To rename (move) C:\UTIL\OLDNAME.DAT to
  315.         C:\DOS\OLDNAME.DAT, you only need to enter "\DOS\".  (You can
  316.         move a file among directories on the same drive, but not across
  317.         drives.)
  318.  
  319.         Deleting a file is similar.  Select the file with the LEFT mouse
  320.         button or by highlighting it with the arrow keys and pressing
  321.         Enter.    You will be asked to confirm the deletion.
  322.  
  323.         NOTE: Instead of pressing a key to confirm the rename or
  324.         deletion, you can click the mouse INSIDE the dialog box.
  325.         Clicking the mouse OUTSIDE the dialog box aborts the operation.
  326.  
  327.  
  328. ADJUSTING THE DISPLAY:
  329.  
  330.     To adjust the screen colors either 1) press <Alt>+D; 2) highlight
  331.     "Display" and press <Enter>; or 3) click on "Display" with the
  332.     LEFT mouse button. Another menu box will appear giving a list of
  333.     colors which can be changed.  Select one of these with the mouse,
  334.     cursor keys, or by pressing its highlighted letter.  A box
  335.     containing available colors will appear, with the current color
  336.     bracketed between two arrows. Click the new color with the mouse,
  337.     use the cursor keys to bracket it between the bright arrows and
  338.     press Enter, or enter the two-digit hexidecimal number corresponding
  339.     to the desired color. The color box and menu will disappear and the
  340.     screen colors will be updated.
  341.  
  342.     The colors chosen will remain in effect until you exit the program.
  343.     If you decide you liked your original colors better, you can select
  344.     "Restore default" from the "Display" menu.  To make the new colors
  345.     permanent, select the "Save Current" entry from the display box.
  346.  
  347.     Color information is written directly into the program file, so a
  348.     separate configuration file is not required.
  349.  
  350.  
  351. UNDEL.DAT
  352.  
  353.     UndelShell automatically generates a file called UNDEL.DAT. This file
  354.     is overwritten during the UndelShell's operation with information
  355.     obtained from the DOS UNDELETE program, then restored upon program
  356.     termination. This procedure minimizes the possibility that the
  357.     temporary files needed by UndelShell will accidently overwrite the
  358.     file that you're trying to recover.  I recommend that you not
  359.     delete this file.
  360.  
  361. FILE LIMITS:
  362.  
  363.     UndelShell places a limit of 1024 combined files and directories in
  364.     the directory pick list, and 512 deleted files in the recoverable
  365.     files list.
  366.  
  367. ERROR MESSAGES:
  368.  
  369.     UndelShell performs extensive error checking to try to keep things
  370.     on the straigt and narrow.    Error messages consist of two or three
  371.     lines.    The top lines describes the problem, as in "Couldn't rename
  372.     file"; the bottom line gives some action, such as "Press any key to
  373.     continue".  If the message consists of three lines, the middle line
  374.     is the relevant DOS error message, such as "Permission denied".
  375.  
  376.     "Permission denied" usually arises when you try to rename a file
  377.     with an existing name, or delete a file which is "read-only".
  378.  
  379.     "Not same device" occurs when you try to rename a file across
  380.     drives, renaming C:\file.ext to D:\file.ext.
  381.  
  382.     The remaining DOS messages should be self-explanatory.
  383.  
  384.  
  385. IMPORTANT NOTE:
  386.  
  387.     If you use UndelShell immediately following the deletion of a file
  388.     your chances of recovering the file are excellent.    However, the
  389.     longer you wait, the more likely the file is to be overwritten by
  390.     subsequent disk activity!  If the file is overwritten, there's
  391.     nothing UndelShell or DOS's UNDELETE can do to recover it.
  392.  
  393.  
  394. OTHER TIPS:
  395.  
  396.     Files frequently become "fragmented" during normal use; that is,
  397.     they're separated into several pieces stored in separate locations
  398.     on your disk, rather than in a single location.  This is
  399.     particularly true of data files which change size frequently.  Such
  400.     a condition makes it more likely that an accidently deleted file
  401.     will be overwritten by later disk activity.  Periodic use of a disk
  402.     de-fragmenter will help greatly in recovering accidently deleted
  403.     files, as well as generally speeding up your system.
  404.  
  405.     Disk activity of any sort proceeds more quickly if there's plenty of
  406.     available room on your hard disk.  If your disk has little free
  407.     space, consider archiving some rarely used files with a compression
  408.     program such as PKZIP, storing them on floppy disks, or (gasp)
  409.     buying a bigger hard drive.  UndelShell and many other programs will
  410.     run faster if you do.
  411.  
  412.  
  413. REGISTERING UndelShell:
  414.  
  415.     UndelShell is a shareware program, not free or public domain software.    A
  416.     lot of time and effort went into developing it; if you use it, you
  417.     should register it.  Please be fair about this.
  418.  
  419.     To register UndelShell, send $20.00 (American) or the equivalent,
  420.     to
  421.  
  422.                     James H. Price
  423.                     1253 E. Calaveras St
  424.                     Altadena, CA  91001
  425.  
  426.     Upon receiving your registration, I'll send you the latest version
  427.     of UndelShell, a printed manual describing its operation, and other
  428.     goodies.
  429.  
  430.  
  431. CONTACTING THE AUTHOR:
  432.  
  433.     If you have any questions or difficulties with the program, feel
  434.     free to contact me at the above address. I can also be reached via
  435.     CompuServe E-mail at 76264,3534.
  436.  
  437. FINE PRINT:
  438.  
  439.     UNDELETE and MIRROR are Copyright (C) 1987-1991 Central Point
  440.     Software, Inc.
  441.  
  442.     MS-DOS(R) 5.00 Copyright (C) 1981-1991 Microsoft Corporation
  443.  
  444.     This program is distributed as-is.  There is no warranty of any
  445.     kind.  The copyright owner may not be held liable for any damages,
  446.     including lost profits or other incidental or consequential damages
  447.     arising out of use or inability to use this program.  By using the
  448.     program, you agree to this.  Neither the author nor this program are
  449.     associated in any way with Microsoft Corporation, IBM Corporation,
  450.     or Central Point Software, Inc; nor is this program endorsed by
  451.     them.
  452.  
  453.  
  454.